home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.5)
-
- from __future__ import with_statement
- import MSNUtil
- from util import tag
-
- ns = lambda ns, name: '%s:%s' % (ns, name)
- ns_map = dict(ps = 'http://schemas.microsoft.com/Passport/SoapServices/PPCRL', wsse = 'http://schemas.xmlsoap.org/ws/2003/06/secext', saml = 'urn:oasis:names:tc:SAML:1.0:assertion', wsp = 'http://schemas.xmlsoap.org/ws/2002/12/policy', wsu = 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd', wsa = 'http://schemas.xmlsoap.org/ws/2004/03/addressing', wssc = 'http://schemas.xmlsoap.org/ws/2004/04/sc', wst = 'http://schemas.xmlsoap.org/ws/2004/04/trust')
- if __name__ == '__main__':
- from SOAPpy import WSDL
- server = WSDL.Proxy('msnab_servicetypes.wsdl')
- print server.methods.keys()
-
-